Click or drag to resize

IdFormat Enumeration

Specifies the source format of the Id to be converted or the format of the Id after conversion.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum IdFormat
Members
  Member nameValueDescription
EwsLegacyId0 Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.
EwsId1 Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.
EntryId2 Describes MAPI identifiers, as in the PR_ENTRYID property.
HexEntryId3 Describes a hexadecimal-encoded representation of the PR_ENTRYID property. This is the format of availability calendar event identifiers.
StoreId4 Describes Exchange store identifiers.
OwaId5 Describes Exchange store identifiers.
See Also